page no:1
       
                                      AIM:demonstration of visual enviroment

 the file menu:
                      the visual c++ IDE file menu localise the standard set of file manipulation common to many window application.
NEW:
         the new.....menu item opens a new edit dialog box window.you usally begin any new application at this point.
OPEN:
           unlike new....,which opens an edit dialog box window for a previously nonexistent file,the opens menu item open a dialogbox that request information on a previously saved file.this dialog box is that standard open file dialogbox,which display default drive,path and file search parameters,and allows you to select your own.
CLOSE:
             the close menu item is used to close an open file.if you have multiple files opened,this window will close the active or selected window.